home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20000114-20000217 / 000225_news@columbia.edu _Wed Feb 16 15:10:00 2000.msg < prev    next >
Internet Message Format  |  2020-01-01  |  1KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id PAA03002
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Wed, 16 Feb 2000 15:10:00 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.9.3/8.9.3) id SAA20884
  7.     for kermit.misc@watsun.cc.columbia.edu; Thu, 10 Feb 2000 18:25:42 -0500 (EST)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: John Valenti <valenti@msu.edu>
  10. Subject: Re: Help with telnet in C-Kermit 7
  11. Date: Thu, 10 Feb 2000 18:07:52 -0500
  12. Organization: SLIR, MSU
  13. Message-ID: <950224430.268336201@news.msu.edu>
  14. To: kermit.misc@columbia.edu
  15.  
  16. On Thu, 10 Feb 2000, Jeffrey Altman wrote:
  17. >  ....
  18. >  SET HOST /CONNECT pilot.msu.edu:105 /RAW
  19. >
  20. >is used I am connected and the query works as specified if the end of
  21. >line is LF and not CR.
  22. >
  23.  
  24. Thanks, this sounds like what I need.  I'll dig out my C-Kermit
  25. manual to remind myself how to send LF.
  26.  
  27. Also thanks to Clarence & Mark for your suggestions!
  28. -jav